W32: override selected button style to remove colored background
authorРуслан Ижбулатов <lrn1986@gmail.com>
Thu, 1 May 2014 18:17:30 +0000 (18:17 +0000)
committerРуслан Ижбулатов <lrn1986@gmail.com>
Thu, 1 May 2014 18:20:20 +0000 (18:20 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=729353

gtk/resources/theme/gtk-win32-base.css

index e5c0349bdfb80bc61d7e59bec4d5029743bfbace..951bd26b0a832450f4395be45c7c3b0090327298 100644 (file)
@@ -159,6 +159,11 @@ GtkAssistant .sidebar .highlight {
     color: @text_color;
 }
 
+/* Override *:selected { ...} style; affects horizontal-buttons */
+.button:selected {
+  background-color: transparent;
+}
+
 /* Check buttons */
 
 /* Prevent selected check/radio buttons from getting the "selected" blue background */